SftTree/OCX 7.0

SftTreeItems.ToolTipForeColor Property

Softel vdm, Inc.

Defines the text color used to draw ToolTips and ScrollTips.

Syntax       

Get

VB.NET

Clr = object.ToolTipForeColor  As UIntegerLanguage-specific information

VB

Clr = object.ToolTipForeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.ToolTipForeColor;

VC++

OLE_COLOR Clr = object->ToolTipForeColor;
OLE_COLOR Clr = object->GetToolTipForeColor();

C

HRESULT object->get_ToolTipForeColor(OLE_COLOR* Clr);

Delphi

Clr := object.ToolTipForeColor  : Cardinal;

Put

VB.NET

object.ToolTipForeColor = Clr  As UIntegerLanguage-specific information

VB

object.ToolTipForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.ToolTipForeColor = Clr;

VC++

OLE_COLOR object->ToolTipForeColor = Clr;
void object->PutToolTipForeColor(OLE_COLOR Clr);

C

HRESULT object->put_ToolTipForeColor(OLE_COLOR Clr);

Delphi

object.ToolTipForeColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the text color used to draw ToolTips and ScrollTips.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The ToolTipForeColor property defines the text color used to draw ToolTips and ScrollTips.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com